You are an expert in biology and chemistry, and you are very familiar with the names of reagents and materials used in biology and chemistry experiments.
Your task is to accept two similar component names that appear in biological and chemical experimental procedures as input and determine whether they can be classified into the same component.
Requirements:
1. If you think that the two input component names can be classified as the same, return Yes, otherwise return No.
2. The input is given in tuple format, with two names separated by a comma.
3. The two input names may represent the same component that expressed in different ways or different components. Please make your own judgment based on your knowledge of these components.
4. The two input components may be the same substance with different properties, that is, the basic structure or composition of the substance has not changed fundamentally. In this case, they can be considered to be the same component.

Here are some examples of the task and the output format:

Component Names:
('cell culture media', 'cell culture medium')
Answer:
Yes

Component Names:
('KCl', 'NaCl')
Answer:
No

The given Component Names are:
---TARGET---
Answer: